derelict_extras-jwt ~master (2022-04-12T19:20:36.8833829)
Dub
Repo
jwt
derelict
jwt
jwttypes
Undocumented in source.
struct
jwt {
jwt_alg_t
alg
;
char
*
key
;
int
key_len
;
json_t
*
grants
;
}
Members
Variables
alg
jwt_alg_t
alg
;
Undocumented in source.
grants
json_t
*
grants
;
Undocumented in source.
key
char
*
key
;
Undocumented in source.
key_len
int
key_len
;
Undocumented in source.
Meta
Source
See Implementation
derelict
jwt
jwttypes
aliases
json_type
jwt_alg_t
jwt_t
enums
JSON_OBJECT
JWT_ALG_NONE
structs
json_t
jwt